home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21tu.zip / ACTION.BB < prev    next >
Text File  |  1991-08-04  |  2KB  |  69 lines

  1. ;  Remove the @ AA4RE
  2.  
  3. CHANGE_ADR @ AA4RE  => = @ NONE
  4.  
  5. ; These lines are the same as CHANGE_DEST in PARMS.BB
  6.  
  7. CHANGE_ADR @ USA    => = @ ALLUS
  8. CHANGE_ADR @ WA6E   => = @ WA6NWE
  9. CHANGE_ADR @ WB6ASR => = @ NONE
  10. CHANGE_ADR @ ARRL   => = @ ARL
  11.  
  12. ; These lines are the same as SAME_DIST in PARMS.BB
  13.  
  14. DISTRIBUTE ALLCA  @ ALLUSW
  15. DISTRIBUTE ALLCA  @ AMSAT
  16. DISTRIBUTE ALLCA  @ ARL
  17. DISTRIBUTE ALLCA  @ RLIBBS
  18. DISTRIBUTE ALLCA  @ ALLUS
  19. DISTRIBUTE ALLCAN @ NCPA
  20.  
  21. ; DENY NEW MSG should be before REJECT / HOLD / REVIEW
  22.  
  23. ; No bulletins from unregistered users
  24.  
  25. DENY_NEW_MSG 4 B & C U
  26.  
  27. ; Prevent people from sending things private when they should be public
  28.  
  29. DENY_NEW_MSG 1 @ ALL* & P
  30.  
  31. ; Don't allow to ALL.  Make the user give a meaningful to address
  32.  
  33. DENY_NEW_MSG 2 > ALL*
  34.  
  35. ; Allow for-sale and wants to local area only
  36. ; I used *SALE* to catch 4SALE and other variations.  Similiarly,
  37. ; WANT* catched WANTED
  38.  
  39. NODENY_NEW_MSG > *SALE* & @ ALLCAN
  40. NODENY_NEW_MSG > *SALE* & @ ALLCA
  41. DENY_NEW_MSG 3 > *SALE*
  42.  
  43. NODENY_NEW_MSG > WANT* & @ ALLCAN
  44. NODENY_NEW_MSG > WANT* & @ ALLCA
  45. DENY_NEW_MSG 3 > WANT*
  46.  
  47. ; REVIEW all bulletins created locally
  48.  
  49. REVIEW B & % AA4RE
  50.  
  51. ; These people need review
  52.  
  53. HOLD < A6AAA
  54. HOLD < B6BBB
  55.  
  56. ; Change anything addressed to RACES with a BID of RACESBUL
  57. ; into a file and stick it into the RACES subdirectory
  58.  
  59. MAKE_FILE C:\RACES\$b > RACES & $ RACESBUL.*
  60.  
  61. ; General housekeeping
  62.  
  63. CLEAN_MSGS ARRL  $ ARLP###
  64. CLEAN_MSGS ARRL  $ ARLD###
  65. CLEAN_MSGS AMSAT $ ANS-###.##
  66. CLEAN_MSGS AMSAT $ ORBS-###.*
  67. CLEAN_MSGS DATE  < WB5FIX & S SATELLITE BULLETIN #*
  68. CLEAN_MSGS RTTYDX $ RTDX####=
  69.